home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libbonoboui2-common.postinst < prev    next >
Encoding:
Text File  |  2007-03-12  |  186 b   |  11 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. DOCDIR=/usr/share/gtk-doc/html/libbonoboui
  5.  
  6. if [ -d $DOCDIR -a ! -L $DOCDIR ]; then
  7.     rmdir $DOCDIR && ln -s ../../doc/libbonoboui2-common/html $DOCDIR || true
  8. fi
  9.  
  10.  
  11.